Other Enumerations

The following enumerations are available globally.

  • The flow dispositions can tell the login flow what to do right before it is about to go to a login or signup flow.

    See more

    Declaration

    Swift

    public enum LoginFlowDisposition
  • The skip disposition tells the login flow how you want to handle the user pressing the skip button

    See more

    Declaration

    Swift

    public enum SkipLoginDisposition
  • The will-finish disposition gives you a last chance to get work done before the UI is done. It allows you to either continue with login or show an error screen with a message

    See more

    Declaration

    Swift

    public enum LoginWillSucceedDisposition